@charset "utf-8";
/* CSS Document akakaz */
* {margin: 0;padding: 0;}
.clear {clear: both;} 
strong,a,span,li {font-size: 14px;}
 img {border: none;}
a, a:link, a:active, a:visited, a:hover {color: #707070;text-decoration: none;}
ul, li, ol {list-style: none;}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置--------------------*/
::-webkit-input-placeholder{
  color:#fff;
}
:-moz-placeholder{
caret-color:#fff;
}
::-moz-placeholder{
  color:#fff;
}
:-ms-input-placeholder{
flood-color:#fff;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #037edb inset; 
  -webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
 
ul {
  list-style: none;
}
/* 清除浮动
-----------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* 兼容清除浮动和错位 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ec3b02;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.f-oh{
  overflow: hidden;
}
.f-cb {
  zoom:1;
}
.scale {
  transition: 1s;
  transform:scale(1.2,1.2); 
  -ms-transform:scale(1.2,1.2);   /* IE 9 */
  -moz-transform:scale(1.2,1.2);  /* Firefox */
  -webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.2,1.2); 
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.ll {float: left;}
.rr {float: right;}

@media (min-width:1200px){
   .container {width: 1200px !important;padding: 0px;max-width: none;}
}
/*-------header-------*/
.header {position: relative;}
.header,.header .headtop,.header .head {padding: 0;overflow: hidden;}
.header .headtop {background: #d6d6d6;}
.header .headtop span {display: block;color: #737373;font-size: 14px;line-height: 30px;}
.header .head {height: 120px;}
.header .head .logo {height: 120px;}
.header .head .logo a {display: block;height: 100%;}
.header .head .logo h1 {line-height: 120px;height: 120px;margin:0;display: table-cell;vertical-align: middle;}
.header .head .logo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;}
.header .head  .htel {background: url(../images/toptel.jpg) no-repeat right 100%;height: 100%;padding-right: 50px;text-align: right;}
.header .head  .htel p {color: #000;font-size: 16px;line-height: 25px;padding-top: 25px;}
.header .head  .htel h4 {color: #272727;font-size: 27px;line-height:27px;font-weight: bold;}
/*-------header end-------*/

/*-------nav-------*/
.nav {padding: 0;background: #283344;position: relative;}
.navBox{position: relative;width: 100%;}
.nav_transform1 ul.navCont li.child{position:relative;float:left;width:12.5%;line-height:65px;text-align:center;color:#fff;margin-top: 5px;}
.nav_transform1 ul.navCont li.child a{display: block;color: #fff;}
.nav_transform1 ul.navCont li.child .title{font-size:16px;color:#fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.nav_transform1 ul.navCont li.child .title{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.nav_transform1 ul.navCont li.child a:hover .title{color:#fff;background: #ff9000;}
.nav_transform1 ul.navCont li.child.on .title{color:#fff;background: #ff9000;}



.nav_transform1 ul.navCont li.child.on .title{color:#fff;background: #ff9000;}
.nav-overlay {position: fixed;top: 0;left: 0;z-index: 10;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .6);opacity: 0;transition: opacity .3s linear;pointer-events: none;}
/* 导航按钮*/
button.nav-trigger{display:none;position:absolute;top:50%;right:10px;z-index:20;height:60px;width:60px;margin-top:-15px;padding:0 12px;background:#283344;border:0;outline:0;border-radius: 50%;}
.nav-trigger{transition:-webkit-transform .3s cubic-bezier(.86,0,.07,1);transition:transform .3s cubic-bezier(.86,0,.07,1)}
.nav-icon{position:relative;top:0px;left:5px;right:inherit;display:block;width:26px;height:2px;background-color:#fff;border-radius:2.5rem;transition:all .3s}
.nav-icon:after,.nav-icon:before{content:"";position:absolute;z-index:-1;display:block;height:2px;width:100%;border-radius:2.5rem;background-color:#fff;transition:all .3s}
.nav-icon:before{top:7px}
.nav-icon:after{top:-7px}
/*.navigation-is-visible .nav-trigger{-webkit-transform:translate3d(84vw,0,0);transform:translate3d(84vw,0,0)}*/
.navigation-is-visible .nav-icon{background-color:transparent!important}
.navigation-is-visible .nav-icon:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0;background-color:#fff}
.navigation-is-visible .nav-icon:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;background-color:#fff}
/*二级*/
.child .childContent { display: none; position: absolute; top:65px; width: 140%; z-index: 999;padding:0;overflow: hidden;left: -20%; }
.child .childContent .childContentLi { color: #fff; font-size: 14px; line-height: 45px; background: rgba(79,130,217,0.8);border-bottom: 1px solid #87a5d6;}
.child .childContent .childContentLi:hover { background: #0069e0;; color: #fff !important; }
.child .childContent .childContentLi:hover a {color: #fff;}

/*-------nav end-------*/

/*-------banner-------*/
.ibanner{ height:600px;position: relative;}
.ibanner .swiper-container {width: 100%;height: 100%; overflow:hidden;}
.ibanner .swiper-slide{ background-repeat:no-repeat; background-position:center center; background-size:auto 100%;text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position:relative; opacity:0; transition:all 0.5s;}
.ibanner .swiper-button-prev,.ibanner .swiper-button-next{ background:#eda700; background-image:none ; width: 55px; height: 85px; text-align: center; line-height: 85px;}
.ibanner .swiper-button-prev i,.ibanner .swiper-button-next i{ color: #fff; font-size: 3rem;}
.ibanner .swiper-button-prev{ left: 5px;}
.ibanner .swiper-button-next{ right: 5px;}
.ibanner .swiper-pagination-bullet {background: #fff;opacity: 0.5;}
.ibanner .swiper-pagination-bullet-active { background: #fff;opacity: 1;}
.ibanner .ban-img {display: block;width: 100%;height: 100%;}
/*-------banner end-------*/

/*-------搜索关键词-------*/
.hotwords {padding:15px 0;overflow: hidden;background: #f2f2f2;}
.hotwords .hwords {padding: 0;overflow: hidden;}
.hotwords .hwords a {display: inline-block;color: #707070;font-size: 15px;line-height: 30px;margin-right: 30px;}
.hotwords .hwords a:first-child {color: #283344;font-weight: bold;}
.hotwords .hwords a:hover {color: #283344;}
/*-------搜索关键词 end-------*/

/* -------产品中心------- */
.sect_pro {padding: 30px 0;overflow: hidden;}
.title_1 {padding: 0;overflow: hidden;margin-bottom: 25px;text-align: center;}
.title_1 a {display: block;width: 100%;}
.title_1 p {color: #b1b1b1;font-size: 22px;line-height: 30px;text-transform: uppercase;}
.title_1 h2 {color: #080808;font-size: 40px;line-height: 50px;font-weight: bold;}
.title_1 h2 strong{color: #ff9000;font-size: 40px;line-height: 50px;}
.product {padding: 0;overflow: hidden;}
/*sidebar*/
.sidebar {padding: 0;overflow: hidden;}
.sidebar .sidetit {padding:20px 0;overflow: hidden;background: #004098;text-align: center;}
.sidebar .sidetit h3 {color: #fff;font-size: 30px;line-height: 45px;}
.sidebar .sidetit span {color: #fff;font-size: 12px;line-height: 20px;display: block;text-transform: uppercase;}
.sidebar .sidelist {padding: 0;overflow: hidden;background: #f2f2f2; min-height: 260px;}
.sidebar .sidelist li {padding: 0;overflow: hidden;line-height: 65px;text-align: center;}
.sidebar .sidelist li a {display: block;color: #2d2d2d;font-size: 16px;line-height: 65px;}
.sidebar .sidelist li a:hover {background: #ff9000;color: #fff;}
.sidebar .sideewm {padding: 15px 0;overflow: hidden;background: #004098;margin-top: 5px;text-align: center;}
.sidebar .sideewm .ewmimg {width: 50%;margin:0 auto;}
.sidebar .sideewm .ewmimg img {max-width: 100%;}
.sidebar .sideewm p {color:#fff;font-size: 14px;line-height: 25px;}
/*sidebar end*/

/*产品列表*/
.sect_pro .prolist {padding: 0;overflow: hidden;position: relative;height: 560px;}
.sect_pro .prolist .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.sect_pro .prolist .swiper-container .swiper-slide { height: 262px;}
.sect_pro .prolist .proitem {padding: 0;overflow: hidden;width: 100%;}
.sect_pro .prolist .proitem a {display: block;border:1px solid #eee;}
.sect_pro .prolist .proitem .proimg{padding: 0;overflow: hidden;width: 100%;height: 200px;}

.sect_pro .prolist .proitem .proimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}

.sect_pro .prolist .proitem p{height: 57px;line-height: 57px;text-align: center;background: #eee;color:#313131;font-size: 16px;transition: all 0.3s;}
.sect_pro .prolist .proitem:hover p {background: #004098;color: #fff;}
.sect_pro .prolist .proitem:hover .proimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
/* -------产品中心 end------- */

/*-------4大优势-------*/
.sect_ys {padding: 40px 0 60px;overflow: hidden;background: url(../images/ysbg.jpg);background-size: cover;}
.sect_ys .title_1 span {display: block;color: #8b8b8b;font-size: 18px;line-height: 40px;}
.sect_ys .yslist {padding: 0;overflow: hidden;}
.sect_ys .yslist .ysitem {padding:30px 25px;overflow: hidden;background: #004098;border-radius: 10px;color: #fff;}
.sect_ys .yslist .ysitem .ys_pic {float: left;width: 30%;padding: 0;overflow: hidden;line-height: 51px;}
.sect_ys .yslist .ysitem .ys_pic img {max-width: 100%;}
.sect_ys .yslist .ysitem .ys_con {float: right;width: 70%;padding: 0;overflow: hidden;}
.sect_ys .yslist .ysitem .ys_con h4 {color: #fff;font-size: 22px;line-height: 35px;font-weight: bold;}
.sect_ys .yslist .ysitem .ys_con p {color: #909ab4;font-size: 14px;line-height: 20px;}
/*-------4大优势 end -------*/

/*-------案例展示 -------*/
.sect_case {padding: 40px 0 60px;overflow: hidden;background: url(../images/casebg.jpg) no-repeat center;background-size: cover;}
.sect_case .title_1 h2 {color: #fff;} 
.sect_case .caselist {padding: 0;overflow: hidden;height: 382px;}
.sect_case .caselist .swiper-container {width: 100%;height: 100%;padding: 0;overflow: hidden;}
.sect_case .caselist .caseitem {padding: 0;overflow: hidden;position: relative;}
.sect_case .caselist .caseitem a {display: block;width: 100%;height: 100%;}
.sect_case .caselist .caseitem .caseimg {width: 100%;height: 382px;padding: 0;overflow: hidden;}
.sect_case .caselist .caseitem .caseimg img {display: block;width: 100%;height: 100%;object-fit: cover;transition: all 1s ease;}
.sect_case .caselist .caseitem .casecon {position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;text-align: center;padding:10px;
  background: rgba(238,238,238,0.8);
  /*IE8下*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
}
.sect_case .caselist .caseitem .casecon h3 {color: #313131;font-size: 24px;line-height: 35px;font-weight: bold;}
.sect_case .caselist .caseitem .casecon p {color: #313131;font-size: 16px;line-height: 25px;}
.sect_case .caselist .caseitem:hover .caseimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
.sect_case .caselist .caseitem:hover .casecon {background: #ff9000;}
.sect_case .caselist .caseitem:hover .casecon h3,.sect_case .caselist .caseitem:hover .casecon p {color: #fff;}
.sect_case .casemore {width: 215px;height: 50px;line-height: 50px;background: #ff9000;margin:35px auto 5px;text-align: center;border-radius: 10px;overflow: hidden;}
.sect_case .casemore a {display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;transition: all 0.3s;}
.sect_case .casemore a:hover {padding-left: 10px;}
/*-------案例展示 end-------*/

/*-------关于我们-------*/
.sect_about {padding: 35px 0 10px;overflow: hidden;background: url(../images/aboutbg.jpg) no-repeat;background-size: 100% 80%;}
.sect_about .numgd {padding: 0;overflow: hidden;margin-bottom: 10px;}
.sect_about .numgd .numitems {padding: 0;overflow: hidden;text-align: center;}
.sect_about .numgd .numitems .numsz {padding: 0;overflow: hidden;position: relative;}
.sect_about .numgd .numitems .numsz span {display: inline-block;color: #004098;font-size: 70px;line-height: 60px;font-weight: bold;}
.sect_about .numgd .numitems .numsz i {display: inline-block;color: #ff9000;font-size: 16px;line-height: 20px;vertical-align: top;padding: 0 5px;font-style: normal;}
.sect_about .numgd .numitems p {color: #656565;font-size: 15px;line-height: 30px;}
.sect_about .about {padding: 0;overflow: hidden;}
.sect_about .about .aboutcon,.sect_about .about .aboutcon p,.sect_about .about .aboutcon span {color: #636363;font-size: 15px;line-height: 30px;}
.sect_about .about .aboutcon{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.sect_about .about .aboutmore {width: 215px;height: 50px;line-height: 50px;background: #ff9000;margin:15px auto 40px;text-align: center;border-radius: 10px;overflow: hidden;}
.sect_about .about .aboutmore a {display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;transition: all 0.3s;}
.sect_about .about .aboutmore a:hover {padding-left: 10px;}
.sect_about .about .about_pic {padding: 0;overflow: hidden;border-radius: 5px;text-align: center;}
.sect_about .about .about_pic img {width: 100%;height: auto;}
/*-------关于我们 end-------*/

/*-------公司动态-------*/
.sect_news {padding: 30px 0;overflow: hidden;}
.sect_news .xwlist {padding: 0;overflow: hidden;height: 160px;}
.sect_news .xwlist .swiper-container {width: 100%;height: 100%;padding: 0;overflow: hidden;}
.sect_news .xwlist .xwitem {padding: 0;overflow: hidden;margin-bottom: 10px;} 
.sect_news .xwlist .xwitem a {display: block;}
.sect_news .xwlist .xwitem .date {width: 73px;background: #004098;float: left;text-align:center;padding: 9px 0;overflow: hidden;margin-right: 15px;}

.sect_news .xwlist .xwitem .date h6 {color: #fff;font-size: 32px;line-height: 30px;}
.sect_news .xwlist .xwitem .date p {color: #fff;font-size: 14px;line-height: 25px;}
.sect_news .xwlist .xwitem .xwcon {width: calc(100% - 88px);float: right;padding: 0;overflow: hidden;}
.sect_news .xwlist .xwitem .xwcon h3 {color: #222;font-size: 20px;line-height: 35px;font-weight: bold;margin-bottom: 5px;}
.sect_news .xwlist .xwitem .xwcon p {color: #888;font-size: 15px;line-height: 25px;}
.sect_news .xwlist .xwitem .xwcon span {display: block;color: #cbcbcb;line-height: 20px;font-size: 14px;margin-top: 20px;}
.sect_news .xwlist .xwitem:hover .xwcon h3,.sect_news .xwlist .xwitem:hover .xwcon p,.sect_news .xwlist .xwitem:hover .xwcon span {color: #283344;}
/*-------公司动态 end-------*/

/*-------友链-------*/
.sect_links {padding: 10px 0;overflow: hidden;border-top:1px solid #dadada;}
.sect_links .links {padding: 0;overflow: hidden;}
.sect_links .links a {display: inline-block;color: #ababab;font-size: 15px;line-height: 30px;margin-right: 15px;}
.sect_links .links a:hover {color: #283344;}
/*-------友链 end-------*/
/*-------footer -------*/
.footer {padding:25px 0 0;overflow: hidden;background: #22272f;}
.footer .fnav {padding: 0;overflow: hidden;}
.footer .fnav a {display: inline-block;color: #a0a0a0;font-size: 16px;margin:0 15px;}
.footer .fnav a:hover {color: #216deb;}
.footer .flx {padding: 20px 0;overflow: hidden;}
.footer .flx p {color: #a0a0a0;font-size: 15px;line-height: 30px;}
.footer .fewm {padding: 0;overflow: hidden;}
.footer .fewm .fewml {width: 50%;float: right;padding: 0;overflow: hidden;}
.footer .fewm .fewml .fewmimg {width: 90%;height: 111px;margin:0 auto 12px;text-align: center;}
.footer .fewm .fewml .fewmimg img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}
.footer .fewm .fewml p {color: #637182;font-size: 15px;line-height: 30px;text-align: center;}
.footer .copryright {padding:5px 0;overflow: hidden;border-top:1px solid #282e36;text-align: center;}
.footer .copryright,.footer .copryright p,.footer .copryright span,.footer .copryright a {color: #a8aaad;font-size: 15px;line-height: 30px;}
.footer .copryright a:hover {color: #fff;}

/*-------footer end-----*/
/*-------piaofu-----*/
.rightnav {
    position: fixed;
    right: 12px;
    top: 38%;
    z-index: 9
}
.rightnav li {
    width: 84px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a {
    border-radius: 15px
}
.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}
.weightcons a {
    border-radius: 15px
}
.rightnav li a {
    color: #fff;
    font-size: 14px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
    background-color: #283344
}
.rightnav li a img {
    margin-bottom: 10px
}
.rightnav li>a:hover {
    background-color: #283344
}
.rightnav .hover_con a {
    font-weight: bolder
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 15px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #283344;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
  margin: auto;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}

/*-----------------------------------*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding: 130px 0;overflow: hidden;}
.nbanner .crumbs {padding: 0 0 0 70px;overflow: hidden;}
.nbanner .crumbs h2 {color: #fff;font-size: 40px;line-height: 50px;font-weight: bold;margin-bottom: 10px;}
.nbanner .crumbs .current {padding: 0;overflow: hidden;}
.nbanner .crumbs .current,.nbanner .crumbs .current a {color: #fff;font-size: 16px;line-height: 25px;}
/*content 公用样式*/
.content {padding:40px 0;overflow: hidden;background: #fff;}
.content .catename {padding: 0 0 10px;overflow: hidden;border-bottom: 1px solid #b2b2b2;margin-bottom: 20px;}
.content .catename h2 {color: #283344;font-size: 28px;line-height: 45px;font-weight: bold;}
.maininfo {padding: 0;overflow: hidden;}
.maininfo img {max-width: 100%;}
/*内页产品列表*/
.content .prolist {padding: 0;overflow: hidden;}
.content .prolist .proitem {padding: 0;overflow: hidden;width: 100%;margin-bottom: 20px;}
.content .prolist .proitem a {display: block;border:1px solid #eee;}
.content .prolist .proitem .proimg{padding: 0;overflow: hidden;width: 100%;height: 195px;}
.content .prolist .proitem .proimg img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.content .prolist .proitem p{height: 60px;line-height: 60px;text-align: center;background: #eee;color:#313131;font-size: 16px;transition: all 0.3s;}
.content .prolist .proitem:hover p {background: #004098;color: #fff;}
.content .prolist .proitem:hover .proimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
/*内页产品详情*/
.maininfo .prophoto {padding: 0;overflow: hidden;margin-bottom: 35px;}
/*相册*/
.maininfo  .photo{ width: 100%; overflow: hidden; }
.maininfo  .photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.maininfo  .photo .swiper-slide {background-size: contain;background-position: center; text-align: center; overflow: hidden;background-repeat: no-repeat;background-color: #fff;}
.maininfo  .photo .gallery-top {height: 360px;width: 100%;border:1px solid #d5d5d5;}
.maininfo  .photo .gallery-top img{ height: 100%;}
.maininfo  .photo .gallery-thumbs { width: 100%;height:85px;box-sizing: border-box; margin-top: 10px;}
.maininfo  .photo .gallery-thumbs .swiper-slide {width: 25%;height: 100%; opacity: 1; overflow: hidden;background-color: #fff;border:1px solid #d5d5d5;}
.maininfo  .photo .gallery-thumbs img{ height: 100%;}
.maininfo  .photo .gallery-thumbs .swiper-slide div{ width:99%; height:99%; border:1px solid #ccc; background-color: #000; opacity: 0.5;}
.maininfo  .photo .gallery-thumbs .swiper-slide-active {opacity: 1;}
.maininfo  .photo .swiper-button-prev:after,.maininfo  .photo .swiper-button-next:after {font-size: 30px;}
/*详情参数*/
.maininfo .cpleft {padding: 0;overflow: hidden;}
.maininfo .cpleft h2 {color: #283344;font-size: 32px;font-weight: bold;line-height:50px;margin:20px 0;}
.maininfo .cpleft .cppara {padding: 0 0 20px;overflow: hidden;border-bottom: 1px dashed #e5e5e5;margin-bottom: 30px;}
.maininfo .cpleft .cppara p {color: #616161;font-size: 16px;line-height: 30px;}
.maininfo .cpleft .cptel {padding: 0;overflow: hidden;display: block;color: #646464;font-size: 16px;line-height: 35px;margin-bottom: 20px;}
.maininfo .cpleft .cptel strong {color: #ff9000;font-size: 24px;line-height: 35px;display: inline-block;vertical-align: middle;}
.maininfo .cpleft .ordernow{width: 215px;height: 50px;line-height: 50px;background: #ff9000;text-align: center;border-radius: 10px;overflow: hidden;}
.maininfo .cpleft .ordernow a{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;transition: all 0.3s;}
.maininfo .proxq {padding: 0;overflow:hidden;margin-bottom: 30px;}
.maininfo .xqtit {padding: 0 50px;overflow: hidden;background: #283344;border-radius: 5px;margin-bottom: 30px;}
.maininfo .xqtit h2 {color: #fff;font-size: 20px;line-height: 50px;font-weight: bold;}
.maininfo .mainxqcon {padding: 0;overflow: hidden;}
.maininfo .mainxqcon,.maininfo .mainxqcon p,.maininfo .mainxqcon span {color: #636363;font-size: 15px;line-height: 35px;}


.maininfo .mainxqcon h2 a{
  font-size: large;
  font-weight: bold;
}

/*相关推荐*/
.maininfo .prolist {padding: 0;overflow: hidden;height: 260px;}
/*文章列表*/
.content .newslist {padding:0;overflow: hidden;}
.content .newslist .newsitem {padding: 20px;overflow: hidden;}
.content .newslist .newsitem a {display: block;}
.content .newslist .newsitem .date {width: 73px;float: left;text-align:center;padding:0;overflow: hidden;margin-right: 15px;border-right: 1px solid #d1d1d1;}
.content .newslist .newsitem .date h6 {color: #e0e0e0;font-size: 40px;line-height: 45px;font-weight: bold;}
.content .newslist .newsitem .date p {color: #444;font-size: 14px;line-height: 25px;}
.content .newslist .newsitem .xwcon {width: calc(100% - 88px);float: right;padding: 0;overflow: hidden;}
.content .newslist .newsitem .xwcon h3 {color: #010101;font-size: 20px;line-height: 35px;margin-bottom: 5px;}
.content .newslist .newsitem .xwcon p {color: #7c7c7c;font-size: 14px;line-height: 25px;}
.content .newslist .newsitem .xwcon span {display: inline-block;padding: 0 20px;overflow: hidden;background: #e5e5e5;color: #fff;line-height: 22px;font-size: 14px;margin-top: 10px;}
.content .newslist .newsitem:hover {background: #f1f1f1;}
.content .newslist .newsitem:hover .xwcon h3{color: #283344;}
.content .newslist .newsitem:hover .xwcon span {background: #283344;color: #fff;}
/*文章详情页*/
.maininfo .artTit {color: #2b2b2b;font-size: 24px;line-height: 35px;text-align: center;padding-bottom: 10px;}
.maininfo .times {color: #aaa;font-size: 16px;line-height: 25px;margin-bottom: 20px;}
/*文章相关推荐*/
.xgnews {padding: 0;overflow: hidden;}
.xgnews .xwxgtit {color: #545454;font-size: 26px;line-height: 40px;margin-bottom: 10px;font-weight: bold;}
.xgnews ul {padding: 0;overflow: hidden;}
.xgnews li {padding: 0 15px 0 0;overflow: hidden;line-height: 35px;}
.xgnews li a {display: block;}
.xgnews li div.ll {width: 70%;}
.xgnews li div.rr {width: 30%;text-align: right;}
.xgnews li h5 {color: #797979;font-size: 15px;line-height: 35px;font-weight: normal;}
.xgnews li p {color: #797979;font-size: 15px;line-height: 35px;}
.xgnews li:hover h5,.xgnews li:hover p {color: #ff9000;}

/*无数据提示*/
.no-goods {padding: 10px 0;overflow: hidden;text-align: center;}
.no-goods p {color: #7d7979;font-size: 15px;line-height: 35px;}

/*联系我们*/
.nycontact {padding: 0;overflow: hidden;margin-bottom: 30px;}
.nycontact p {color: #686868;font-size: 16px;line-height: 35px;}
.maininfo #dituContent {padding: 0;overflow: hidden;height: 535px;}

/*在线留言*/
.mes-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #737373;  
}

.mes-form::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #737373;
}

.mes-form input:-ms-input-placeholder,
.mes-form textarea:-ms-input-placeholder {
    color: #737373;
}

.mes-form input::-webkit-input-placeholder,
.mes-form textarea::-webkit-input-placeholder {
    color: #737373;
}
.de-message{
    background: #fff;
    min-height:500px;
    padding: 0 25px;
}
#formData{
    width: 90%;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #004098;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}

/*上下篇*/
.DetailCur {padding:15px;overflow: hidden;margin:20px auto;border: 1px solid #cbcbcb;}
.DetailCur li {width:48%;padding: 0;overflow: hidden;}
.DetailCur li .page-a {font-size: 14px;line-height: 25px;color: #686767;}
.DetailCur li .page-a a {font-size: 14px;line-height: 25px;color: #686767;}
.DetailCur li.rr .page-a {text-align: right;}
.DetailCur li .page-a a:hover {color: #283344;}


/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
  padding: 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #4f82d9;
  background: #4f82d9;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

@media (max-width:1200px){
  /*header*/
  .header .head {height: 90px;}
  .header .head .logo {height: 90px;}
  .header .head .logo h1 {height: 90px;line-height: 90px;}
  .header .head .htel {background-size: auto 70px;}
  .header .head .htel p {padding-top: 5px;}
  /*nav*/
  .nav_transform1 ul.navCont li.child {line-height: 55px;}
  .child .childContent {top:55px;}
  /*banner */
  .ibanner {height: 460px;}
  /*首页产品*/
  .sect_pro .prolist {height: 500px;}
  .sect_pro .prolist .swiper-container .swiper-slide { height: 235px;}
  .sect_pro .prolist .proitem .proimg {height: 165px;}
  .sect_pro .prolist .proitem p {height: 55px;line-height: 55px;}
  /*sidebar*/
  .sidebar .sidetit {padding: 15px 0;}
  .sidebar .sidelist li,.sidebar .sidelist li a {line-height: 55px;}
  .title_1 h2,.title_1 h2 strong {font-size: 34px;line-height: 45px;}
  /*-------4大优势-------*/
  .sect_ys .yslist .ysitem {padding: 20px 15px;}
  .sect_ys .yslist .ysitem .ys_pic {width: 25%;}
  .sect_ys .yslist .ysitem .ys_con {width: 74%;}
  .sect_ys .yslist .ysitem .ys_con h4 {font-size: 17px;line-height: 30px;}
  .sect_ys .yslist .ysitem .ys_con p {font-size: 12px;}
  /*案例展示*/
  .sect_case .caselist {height:323px;}
  .sect_case .caselist .caseitem .caseimg {height: 323px;}
  /*公司动态*/
  .sect_news .xwlist .xwitem .xwcon h3 {font-size: 18px;}
  .sect_news .xwlist .xwitem .xwcon p {font-size: 13px;line-height: 20px;}
  /*footer*/
  .footer .fnav a {font-size: 13px;margin: 0 10px;}
  /*nbanner*/
  .nbanner {padding: 80px 0;}
  .nbanner .crumbs h2 {font-size: 26px;line-height: 45px;}
  /*内页*/
  .content .catename h2{font-size:26px;line-height: 40px;}
  /*内页产品列表*/
  .content .prolist .proitem .proimg {height:150px;}
  .content .prolist .proitem p {height: 55px;line-height: 55px;}
  /*内页产品详情*/
  .maininfo .cpleft h2 {font-size: 26px;}
}
@media (max-width:992px){
/* 导航 */
.child .childContent { display: none !important }
button.nav-trigger { display: block; }
.nav_transform1 { position: fixed; top: 0; bottom: 0; left: 0; z-index: 20; overflow-y: scroll; box-sizing: border-box; padding: 44px; width: 84vw; border: 0; background: #262526; text-align: left; text-transform: none; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-overflow-scrolling: touch; }
.nav_transform1 { transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1); transition: transform .3s cubic-bezier(.86, 0, .07, 1); }
.navigation-is-visible .nav_transform1 {-webkit-transform: none;transform: none;}
.nav-overlay { position: fixed; top: 0; left: 0; z-index: 10; width: 100vw; height: 100vh; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .3s linear; pointer-events: none; }
.navigation-is-visible .nav-overlay { opacity: 1; pointer-events: auto; }
.nav_transform1 ul.navCont li.child { float: none; margin: 0 auto; width: auto; padding: 0; line-height: 35px; }
.nav_transform1 ul.navCont li.child a { padding: 1rem 0;line-height: inherit;color:#fff;font-size: 14px}
.nav_transform1 ul.navCont li.child.last { margin-right: auto; }
.nav_transform1 ul.navCont li.child a:after{display: none}
.nav_transform1 ul.navCont li.child .childcont{display: none!important}
}
@media (max-width:768px){
  .sidebar .sidelist{min-height: auto;}
  /*banner */
  .ibanner {height: 300px;}
  /*-------4大优势-------*/
  .sect_ys .yslist .ysitem {padding: 20px 15px;margin-bottom: 5px;}
  .sect_ys .yslist .ysitem .ys_pic {width: 100%;text-align: center; height: 60px;}
  .sect_ys .yslist .ysitem .ys_pic img {max-width: 60%;}
  .sect_ys .yslist .ysitem .ys_con {width: 100%;text-align: center;}
  .sect_ys .yslist .ysitem .ys_con h4 {font-size: 16px;}
  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
    /*
   * footerbar
   */
  .footer {padding: 10px 0 80px;}
  .footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #283344;width: 100%;max-width: 750px;}
  .footbar ul {max-width: 750px;}
  .footbar li {width: 25%;float: left;text-align: center;}
  .footbar li a {display: block;padding: 8px 0;overflow: hidden;border-right: 1px solid #cccccc;}
  .footbar li:last-child a {border-right: none;} 
  .footbar li .fimg {width: 25%;margin:0 auto 5px;}
  .footbar li .fimg img {max-width: 100%;}
  .footbar li p {color: #fff;font-size: 14px;line-height: 20px;}
  /*公司动态*/
  .content .newslist .newsitem .date {display: none;}
  .content .newslist .newsitem .xwcon {width: 100%;}
  /*新闻详情*/
  .maininfo .artTit {font-size: 18px;line-height: 30px;}
  .maininfo .times {font-size: 14px;}
}
@media (max-width:650px){ 
  /*banner */
  .ibanner {height: 240px;}
  .sect_pro .prolist {height: 225px;}
  .sect_pro .prolist .swiper-container .swiper-slide { height: 225px;}
}
@media (max-width:500px){
  /*header*/
  .header .headtop span {font-size: 12px;}
  .header .head {height: 60px;}
  .header .head .logo {height: 60px;}
  .header .head .logo h1 {height: 60px;line-height: 60px;}
  /*banner */
  .ibanner {height: 155px;}
   /*nbanner */
  .nbanner {padding:35px 0;}
  .nbanner .crumbs {padding: 0;}
  .nbanner .crumbs h2 {font-size: 24px;line-height: 35px;}
  .nbanner .crumbs .current, .nbanner .crumbs .current a {font-size: 15px;}
  /*nav*/
  button.nav-trigger {height: 40px;width: 40px;margin-top: -20px;}
  .nav-icon {width: 20px;left: -2px;}
  /*-------搜索关键词-------*/
  .hotwords .hwords a {font-size: 14px;margin-right: 6px;}
  /*首页标题*/
  .title_1 {margin-bottom: 10px;}
  .title_1 p {font-size: 18px;line-height: 25px;}
  .title_1 h2, .title_1 h2 strong {font-size: 24px;line-height: 40px;}
  .sect_ys .title_1 span {font-size: 14px;line-height: 30px;}
  /*首页产品*/
  .sect_pro .prolist {margin-top: 10px;height: 170px;}
  .sect_pro .prolist .swiper-container .swiper-slide { height: 170px;}
  .sect_pro .prolist .proitem .proimg {height: 124px;}
  .sect_pro .prolist .proitem p {height: 40px;line-height: 40px;font-size: 15px;}
  /*-------4大优势-------*/ 
  .sect_ys {padding: 25px 0;}
  .sect_ys .yslist .ysitem {margin-bottom: 10px;padding: 15px 9px;}
  .sect_ys .yslist .ysitem .ys_con h4 {font-size:15px; }
  .sect_ys .yslist .ysitem .ys_con p {min-height: 40px;}
  /*首页简介滚动*/
  .sect_about .numgd .numitems .numsz span {font-size: 46px;}
  /*案例展示*/
  .sect_case {padding: 25px 0;}
  .sect_case .caselist {height:272px;}
  .sect_case .caselist .caseitem .caseimg {height: 272px;}
  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
  .sidebar .sidetit h3 {font-size: 24px;line-height: 35px;}
  .sidebar .sidelist li {width: 50%;float: left;}
  .sidebar .sidelist li, .sidebar .sidelist li a {line-height: 40px;font-size: 15px;}
  .sidebar .sidelist li a{border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
  /*内页公用样式*/
  .content .catename h2 {font-size: 24px;line-height: 40px;}
  /*产品列表*/
  .content .prolist .proitem .proimg {height: 124px;}
  .content .prolist .proitem p {height: 40px;line-height: 40px;font-size: 15px;}
  /*产品相册*/
  .maininfo .photo .gallery-top {height: 275px;}
  .maininfo .photo .gallery-thumbs {height: 63px;}
  .maininfo .cpleft h2 {font-size: 24px;line-height: 40px;margin: 10px 0;}
  .maininfo .cpleft .cppara p {font-size: 15px;}
  .maininfo .xqtit {padding: 0 10px;}
  .maininfo .prolist {height: 170px;}
  /*分页*/
  .de-page-mian .page-inner span,.de-page-mian .page-inner input,.de-page-mian .page-inner a.page-btn {display: none;}
  /*立即订购*/
  .layui-layer-iframe {width: 90% !important;margin:0 auto;}
}
